home *** CD-ROM | disk | FTP | other *** search
- Authors: Mike Cheng <http://www.uq.net.au/~zzmcheng>
- Mark Taylor <http://www.mp3dev.org/>
- Download: http://lame.sourceforge.net/
-
- Files: *
- Copyright: © 1998, Michael Cheng
- © 1999-2001, Mark Taylor
- © 1999-2002, Albert L. Faber
- © 1999-2005, Takehiro Tominaga
- © 1999-2007, The LAME Project
- © 2000-2005, Alexander Leidinger
- © 2000-2005, Elecard Ltd.
- © 2000-2005, Gabriel Bouvigne
- © 2000-2005, Marie Orlova
- © 2000-2005, Peter Gubanov
- © 2000-2005, Vitaly Ivanov
- © 2000-2008, Gabriel Bouvigne
- © 2000-2008, Robert Hegemann
- © 2000, Don Melton
- © 2001-2002, Naoki Shibata
- © 2001, John Dahlstrom
- © 2001, Jonathan Dee
- © 2003, Olcios
- License: LGPL-2+ | other
- This code is distributed under the GNU LESSER PUBLIC LICENSE
- (LGPL, see www.gnu.org) with the following modification:
- .
- 1. If you determine that distribution of LAME requires a patent license,
- and you obtain a patent license, you may distribute LAME even though
- redistribution of LAME may also require a patent license.
- .
- 2. You agree not to enforce any patent claims for any aspect of
- MPEG audio compression, or any other techniques contained in
- the LAME source code.
-
- Files: ACM/*,
- libmp3lame/gain_analysis.{c,h}
- Copyright: © 2001, David Robinson
- © 2001, Glen Sawyer
- © 2002, Steve Lhomme <steve.lhomme at free.fr>
- © 2003, Gabriel Bouvigne
- © 2003, Milan Cutka
- License: LGPL-2.1+
-
- Files: ACM/tinyxml/*
- Copyright: © 2000-2002, Lee Thomason (www.grinninglizard.com)
- License: zlib/libpng
- This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any
- damages arising from the use of this software.
- .
- Permission is granted to anyone to use this software for any
- purpose, including commercial applications, and to alter it and
- redistribute it freely, subject to the following restrictions:
- .
- 1. The origin of this software must not be misrepresented; you must
- not claim that you wrote the original software. If you use this
- software in a product, an acknowledgment in the product documentation
- would be appreciated but is not required.
- .
- 2. Altered source versions must be plainly marked as such, and
- must not be misrepresented as being the original software.
- .
- 3. This notice may not be removed or altered from any source
- distribution.
-
- Files: ACM/ADbg/*
- Copyright: © 2001, Steve Lhomme
- License: BSD (3 clause)
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
- .
- - Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
- .
- - Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- .
- - The name of the author may not be used to endorse or promote products derived
- from this software without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
- EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
- IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
- OF SUCH DAMAGE.
-
- Files: frontend/portableio.{c,h}
- Copyright: © 1988-1991, Apple Computer, Inc
- License: other
- Warranty Information
- Even though Apple has reviewed this software, Apple makes no warranty
- or representation, either express or implied, with respect to this
- software, its quality, accuracy, merchantability, or fitness for a
- particular purpose. As a result, this software is provided "as is,"
- and you, its user, are assuming the entire risk as to its quality
- and accuracy.
- .
- This code may be used and freely distributed as long as it includes
- this copyright notice and the warranty information.
-
- Files: libmp3lame/i386/nasm.h
- Copyright: © 1999, URURI
- License: n/a
-
- Files: libmp3lame/fft.c
- Copyright: © 1988-1993, Ron Mayer
- © 1999-2000, Takehiro Tominaga
- License: GPL-2 | other
- NOTE: This routine uses at least 2 patented algorithms, and may be
- under the restrictions of a bunch of different organizations.
- Although I wrote it completely myself; it is kind of a derivative
- of a routine I once authored and released under the GPL, so it
- may fall under the free software foundation's restrictions;
- it was worked on as a Stanford Univ project, so they claim
- some rights to it; it was further optimized at work here, so
- I think this company claims parts of it. The patents are
- held by R. Bracewell (the FHT algorithm) and O. Buneman (the
- trig generator), both at Stanford Univ.
- If it were up to me, I'd say go do whatever you want with it;
- but it would be polite to give credit to the following people
- if you use this anywhere:
- Euler - probable inventor of the fourier transform.
- Gauss - probable inventor of the FFT.
- Hartley - probable inventor of the hartley transform.
- Buneman - for a really cool trig generator
- Mayer(me) - for authoring this particular version and
- including all the optimizations in one package.
- Thanks,
- Ron Mayer; mayer@acuson.com
- and added some optimization by
- Mather - idea of using lookup table
- Takehiro - some dirty hack for speed up
-
- Files: mpglib/*
- Copyright: © 1995-1997, Michael Hipp
- © 2000, Albert L. Faber
- License: GPL-2+
-
- Files: debian/*
- Copyright: © 2005-2009, Fabian Greffrath <fabian@greffrath.com>
- License: GAP
- Copying and distribution of the Debian packaging, with or without modification,
- are permitted in any medium without royalty provided the copyright
- notice and this notice are preserved.
-
- License: GPL-2+
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
-
- License: LGPL-2+
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
- .
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
- .
- You should have received a copy of the GNU Library General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
- .
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL-2'.
-
- License: LGPL-2.1+
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
- .
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
- .
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- .
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
-